body{
    margin: 0;
    background-image: url("poori.jpg");
    background-size: 2000px 1000px;
}
.topnav {
  overflow: hidden;
  background-color: lightsalmon;
}
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #2196F3;
  color: white;
}
.topnav .search-container {
  float: right;
}
.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}
.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.topnav .search-container button:hover {
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown:hover .dropbtn {
  background-color: salmon;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.abc{
    border-style: double;
    border-color: brown;
    float: left;
    border-width: 5px;
    margin-top: 50px;
    margin-right: 50px;
    padding: 10px;
    width: 1000px;
    height: 1400px;
}
.list-container{
    text-align: center;
    color: yellow;
    font-size: 20px;
}
.list-container ol{
    display: inline-block;
    text-align: left;
}
img{
    text-align: center;
    border-radius: 100%;
    display: block;
    margin: auto;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
video {
  max-width: 300px;
  height: 300px;
}
.button{
    float: right;
    width: 100%;
    margin-right: 0px;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    height:625px;
    overflow:auto;
    text-align: center;
    line-height: 50px;
    color: red;
}

a:hover{
    background-color: #E45A92;
    font-size: 40px;
}